From: Erik Moeller Date: Thu, 22 Dec 2005 06:22:36 +0000 (+0000) Subject: minor doc X-Git-Tag: 1.6.0~904 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=31ac630d7637dc2ce481ba0150a43d0fca5f51bd;p=lhc%2Fweb%2Fwiklou.git minor doc --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index f6c1c20cb1..9a712f275c 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -407,7 +407,8 @@ CREATE TABLE /*$wgDBprefix*/categorylinks ( -- The title of the linking page, or an optional override -- to determine sort order. Sorting is by binary order, which -- isn't always ideal, but collations seem to be an exciting - -- and dangerous new world in MySQL... + -- and dangerous new world in MySQL... The sortkey is updated + -- if no override exists and cl_from is renamed. -- -- For MySQL 4.1+ with charset set to utf8, the sort key *index* -- needs cut to be smaller than 1024 bytes (at 3 bytes per char).